func google.golang.org/protobuf/proto.protoMethods

8 uses

	google.golang.org/protobuf/proto (current package)
		checkinit.go#L26: 	if methods := protoMethods(m); methods != nil && methods.CheckInitialized != nil {
		decode.go#L100: 	methods := protoMethods(m)
		encode.go#L177: 	if methods := protoMethods(m); methods != nil && methods.Marshal != nil &&
		equal.go#L57: 	pmx := protoMethods(mx)
		equal.go#L58: 	pmy := protoMethods(my)
		merge.go#L73: 	methods := protoMethods(dst)
		proto_methods.go#L18: func protoMethods(m protoreflect.Message) *protoiface.Methods {
		size.go#L41: 	methods := protoMethods(m)